home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / CTB Scripting Interfaces / asc$FILE - Scripting Interface next >
Text File  |  1994-03-10  |  2KB  |  40 lines

  1.  
  2. _________________________________________________________________
  3.  
  4. asc$FILE Scripting Interface
  5.  
  6. _________________________________________________________________
  7.  
  8. Following is the syntax of the Scripting Interface.
  9.  
  10. All the parameters accessible through the Configuration Dialogs can also be set through the Scripting Interface.
  11.  
  12. Please refer to the Help in the Configuration Dialogs for the meaning of each parameter. 
  13.  
  14.  WarnUser                        true | false.
  15.  HostEnvironment               tso | vm-cms | cics.
  16.  HostProgram                           "string"  (ex: "IND$FILE").
  17.  TransferMode                        text | binary | macBinary.
  18.  TimeOut                                                decimal value  (0…65535).
  19.  RecvRecordToLine         true | false
  20.  Document                      "document name"  (ex: "TeachText Doc")
  21.  Creator                                      "creator"   (ex: "ttxt").
  22.  Type                                          "type"  (ex: "TEXT").
  23.  RecvFileMode                                 new | append.
  24.  SendRecordToLine          true | false.
  25.  RecordLength                 fixed | variable | undefined.
  26.  RecordsSize                   decimal value    (0…65535).
  27.  BlocksSize                     decimal value    (0…65535).
  28.  SendFileMode                 new | replace | append.
  29.  
  30. _________________________________________________________________
  31.  
  32. General Information
  33. _________________________________________________________________
  34.  
  35. Δ True and false may also be written 1 or 0.
  36.  
  37. Δ Names and strings can be written between quotes (ex: “my host”).
  38.  
  39. Δ Scripts are also available in French and Spanish. If you create a new ‘STR#’ resource to add another language, its ID must be 31100 + Language Code (as defined in <ScriptMgr.h>).
  40.